home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / 5_memchk.zip / FILECTRL.DOC < prev    next >
Text File  |  1991-07-13  |  3KB  |  72 lines

  1. FILECTRL.COM                                            Ziff-Davis Publishing
  2. ------------
  3.  
  4. Michael J. Mefford                                      July, 1991 (Utilities)
  5.  
  6. Purpose:    A full-directory file-viewing and removal utility capable of 
  7. displaying WordPerfect, Microsoft Word, Q&A Write, and WordStar documents as 
  8. if they were in ASCII format.  FILECTRL automatically supports normal 25-line, 
  9. 43-line (EGA), 50-line (VGA) and UltraVision displays.
  10.  
  11. Format:   FILECTRL [filespec] [options]
  12.  
  13. Remarks:  Entered without any parameters, FILECTRL displays a filename list of 
  14. the current directory in its left window and the first part of the text of the 
  15. highlighted filename in its right window.  The text is shown stripped of any 
  16. header and formatting codes.  Any drive and/or directory can be specified with 
  17. filespec, and * and ? can be used to limit the file list.  Pressing Esc exits 
  18. the utility.
  19.  
  20.         The Tab key (a toggle) shifts between windows, as do the Left- and 
  21. Right-Arrow keys.  The display in the active window is shown in high-intnsity 
  22. color, and scrolling within the active window uses the usual Up- and Down-
  23. Arrows, PgUp and PgDn, Home and End keys.  From the file list window pressing 
  24. a letter jumps the selection highlight to the first filename beginning with 
  25. that letter and so continues with subsequent keypresses.
  26.  
  27.         F2 deletes a highlighted filename or empty subdirectory, and Ctrl-F2 
  28. deletes a group of marked filenames.  Files can be marked with the + key and 
  29. unmarked with the -; the spacebar toggles the mark on and off.  All deletions 
  30. are prompted for confirmation prior to execution.  
  31.  
  32.         Pressing F5 successively (1) widens the file list to show full DOS 
  33. directory information, (2) widens the text display to a full 80 columns, and 
  34. (3) returns to the original display.  Shift-F5 reverses the display sequence.  
  35. Pressing Enter while a filename is highlighted toggles between the filelist 
  36. display and the 80-column text display.  Pressing Enter while a subdirectory 
  37. (< >) or the parent (<..>) directory is highlighted loads the files from 
  38. hat directory.  F3 permits entering a new filespec.
  39.  
  40.         By default FILECTRL sorts filenames in ascending alphabetical order.  
  41. The F7, F8, F9, and F10 keys set the sort field to filename, extension, size, 
  42. and date, respectively.  Pressing F6 toggles between ascending and descending 
  43. order.
  44.  
  45.     FILECTRL also permits entering a number of options as command-line 
  46. switches.  These are summarized below. 
  47.  
  48.     /M [+|-] + = Include only files modified since last
  49.                 backup
  50.              - = Include only files NOT modified since
  51.                 last backup
  52.     /H = Include Hidden files
  53.     /R = Include Read-only files
  54.     /P date = Only include files ON or Prior date
  55.     /A date = Only include files ON or After date
  56.                 date format = mm/dd/yy
  57.     /W WordStar files; remove high bit
  58.     /N = Sort by Name
  59.     /E = Sort by Extension
  60.     /S = Sort by Size
  61.     /D = Sort by Date
  62.     /O = Sort by Original DOS DIR order
  63.                 default = Sort by Name
  64.     /F Sort in descending order
  65.  
  66.     For use with laptop computers it may be necessary to enter the DOS 
  67. MODE BW80 command before executing FILECTRL.  Instructions on modifying 
  68. FILECTRL.COM with DEBUG to use alternative colors, to disable its border, and 
  69. to change its default sorting options are contained in a sidebar to the 
  70. original article.
  71.  
  72.